strings.genericReplacer.root (field)
7 uses
strings (current package)
replace.go#L225: node := &r.root
replace.go#L228: if node.priority > bestPriority && !(ignoreRoot && node == &r.root) {
replace.go#L260: root trieNode
replace.go#L292: r.root.table = make([]*trieNode, r.tableSize)
replace.go#L295: r.root.add(oldnew[i], oldnew[i+1], len(oldnew)-i, r)
replace.go#L342: if i != len(s) && r.root.priority == 0 {
replace.go#L344: if index == r.tableSize || r.root.table[index] == nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |